home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / e / kyz_obj.readme < prev    next >
Text File  |  1998-10-31  |  5KB  |  104 lines

  1. Short:    Set of useful E objects
  2. Author:   Kyzer/CSG
  3. Uploader: Kyzer/CSG <kyzer@4u.net>
  4. Type:     dev/e
  5.  
  6. This is a collection of E objects I have written, for use in Amiga E
  7. programs. Most come with full autodoc-based documentation, and adhere
  8. to the important OO concepts.
  9.  
  10. bitfield.m
  11. - a full-featured representation of a bitfield. It provides individual bit
  12. operations  and  testing,  bitfield range operations (with AND-combined and
  13. OR-combined  test  results),  combination of bitfields with AND, OR, XOR or
  14. just copy, and optional exception-raise on range errors.
  15.  
  16. catalog.m
  17. - a very simple and powerful way to use locale catalogs in programs, using
  18.   the object form to make it much easier to use more than one catalog.
  19.   * Comes with full example of using module and localisation, with sources
  20.     generated from an 'E.sd' FlexCat source descriptor.
  21.  
  22. cdplayer.m
  23. - an OO interface to the cd.device and compatibles
  24.  
  25. datestring.m
  26. - a simple object form of DateToStr()
  27.  
  28. patch.m
  29. - a very powerful way to install E functions as patches to system functions,
  30.   once again using an object form to hide the messy details.
  31.  
  32. rexxstate.m
  33. - controls the internal workings of ARexx like the commands in SYS:RexxC
  34.  
  35. simplebitfield.m
  36. - a highly cut down version of bitfield.m
  37.  
  38.  
  39. CHANGES SINCE LAST RELEASE
  40. - added more warnings and information to patch.m, now performs stack checking
  41. - fixed names/bugs in bitfield.m
  42. - fixed memory leak in rexxtest
  43. - added cdplayer.m and two test programs
  44.  
  45.  
  46. ============================= Archive contents =============================
  47.  
  48. Original  Packed Ratio    Date     Time    Name
  49. -------- ------- ----- --------- --------  -------------
  50.    12851    3662 71.5% 09-Sep-98 06:35:42  bitfield.e
  51.     2494    1058 57.5% 18-Oct-98 18:06:12  bitfield.m
  52.     6836    2629 61.5% 04-Sep-98 00:09:50  catalog.e
  53.      760     479 36.9% 18-Oct-98 18:06:14  catalog.m
  54.    30879    8853 71.3% 18-Oct-98 22:04:00  cdplayer.e
  55.     4796    1933 59.6% 18-Oct-98 22:09:12  cdplayer.m
  56.     1783     750 57.9% 04-Sep-98 00:10:32  datestring.e
  57.      258     199 22.8% 18-Oct-98 18:06:20  datestring.m
  58.     8360    2532 69.7% 18-Oct-98 18:08:46 +bitfield.doc
  59.     9281    2684 71.0% 18-Oct-98 18:08:54 +bitfield.guide
  60.     5063    2120 58.1% 18-Oct-98 18:08:58 +catalog.doc
  61.     5351    2235 58.2% 18-Oct-98 18:09:04 +catalog.guide
  62.    18718    5839 68.8% 18-Oct-98 22:09:36 +cdplayer.doc
  63.    21451    6259 70.8% 18-Oct-98 22:09:48 +cdplayer.guide
  64.     1194     546 54.2% 18-Oct-98 18:09:28 +datestring.doc
  65.     1341     630 53.0% 18-Oct-98 18:09:32 +datestring.guide
  66.    15870    5839 63.2% 18-Oct-98 18:09:42 +patch.doc
  67.    16699    6032 63.8% 18-Oct-98 18:09:52 +patch.guide
  68.     6933    1796 74.0% 18-Oct-98 18:09:56 +rexxstate.doc
  69.     8447    1985 76.5% 18-Oct-98 18:10:04 +rexxstate.guide
  70.     2347     874 62.7% 18-Oct-98 18:10:08 +simplebitfield.doc
  71.     2669     992 62.8% 18-Oct-98 18:10:14 +simplebitfield.guide
  72.     1471     782 46.8% 18-Oct-98 23:40:02  kyz_obj.readme
  73.      828     351 57.6% 18-Oct-98 18:08:14  makefile
  74.    27409    9863 64.0% 10-Sep-98 21:58:26  patch.e
  75.     1140     609 46.5% 18-Oct-98 18:06:30  patch.m
  76.      462     335 27.4% 18-Oct-98 18:06:28  patch_asm.m
  77.    10555    2562 75.7% 04-Sep-98 00:12:22  rexxstate.e
  78.     1814     888 51.0% 18-Oct-98 18:06:34  rexxstate.m
  79.     3793    1304 65.6% 09-Sep-98 06:34:50  simplebitfield.e
  80.      670     400 40.2% 18-Oct-98 18:06:34  simplebitfield.m
  81.      760     479 36.9% 18-Oct-98 18:06:14 +catalog.m
  82.      252     181 28.1% 18-Oct-98 18:06:44 +helloworld.catalog
  83.      244     193 20.9% 09-Apr-98 23:30:10 +helloworld.ct
  84.      378     245 35.1% 10-Apr-98 09:41:42 +E.sd
  85.      147     114 22.4% 27-Oct-97 03:49:44 +helloworld.cd
  86.      536     313 41.6% 18-Oct-98 18:06:40 +helloworld.e
  87.      560     351 37.3% 18-Oct-98 18:06:42 +helloworld.m
  88.     1964    1288 34.4% 18-Oct-98 18:06:44 +helloworld_test
  89.      178     127 28.6% 09-Apr-98 21:40:08 +helloworld_test.e
  90.      597     305 48.9% 03-Sep-98 06:23:04 +makefile
  91.     2419    1189 50.8% 03-Sep-98 06:23:26 +README
  92.     7556    3151 58.2% 20-Oct-98 03:29:56 +cdplaytest
  93.     4505    1725 61.7% 20-Oct-98 01:09:48 +cdplaytest.e
  94.    13308    5571 58.1% 18-Oct-98 18:06:48 +cdtest
  95.     8774    3123 64.4% 18-Oct-98 16:21:32 +cdtest.e
  96.     1552     939 39.4% 18-Oct-98 18:08:28 +datetest
  97.      430     156 63.7% 03-Sep-98 03:11:22 +datetest.e
  98.     2796    1733 38.0% 18-Oct-98 18:08:34 +patchtest
  99.     2321    1187 48.8% 27-Sep-98 01:42:14 +patchtest.e
  100.    29512   11392 61.3% 18-Oct-98 18:08:40 +rexxtest
  101.     1940     862 55.5% 27-Sep-98 01:40:28 +rexxtest.e
  102. -------- ------- ----- --------- --------
  103.   313252  111644 64.3% 25-Oct-98 07:33:58   52 files
  104.